Skip to content

feat(parser): add TypeScript and TSX support - #101

Closed
rabii-chaarani wants to merge 1 commit into
mainfrom
codex/add-typescript-tsx-support
Closed

feat(parser): add TypeScript and TSX support#101
rabii-chaarani wants to merge 1 commit into
mainfrom
codex/add-typescript-tsx-support

Conversation

@rabii-chaarani

Copy link
Copy Markdown
Owner

Summary

  • register independent typescript and tsx profiles with the correct Tree-sitter grammar variants
  • expose TypeScript and TSX syntax catalogs through the CLI and MCP schema
  • normalize established declarations, imports, and calls while retaining JSX as ordered raw syntax
  • document the durable parsing contract in k-wiki

Verification

  • cargo fmt --check
  • cargo clippy --workspace --all-targets --all-features --locked -- -D warnings
  • cargo test --workspace --locked
  • cargo publish --dry-run --locked
  • exact crate-size gate
  • recommended wiki validation, link check, and site build

@rabii-chaarani
rabii-chaarani force-pushed the codex/add-typescript-tsx-support branch from 792e703 to 81cf0df Compare August 25, 2026 03:10
@rabii-chaarani
rabii-chaarani force-pushed the codex/add-typescript-tsx-support branch from 81cf0df to be0093e Compare August 25, 2026 04:16
@rabii-chaarani

Copy link
Copy Markdown
Owner Author

Superseded by #107, which combines TypeScript/TSX, JavaScript/JSX, and HTML on top of the merged CSS support in one atomic PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant